func math/big.mulWW
6 uses
math/big (current package)
arith.go#L43: func mulWW(x, y Word) (z1, z0 Word) {
natdiv.go#L675: x1, x2 := mulWW(qhat, vn2)
natdiv.go#L688: x1, x2 = mulWW(qhat, vn2)
natmul.go#L81: z[1], z[0] = mulWW(d, d)
natmul.go#L123: z[1], z[0] = mulWW(x[0], x[0]) // the initial square
natmul.go#L127: z[2*i+1], z[2*i] = mulWW(d, d)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)